Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

fix no output of ndt_mapping transformation matrix #59

Closed
wants to merge 1 commit into from

Conversation

Kin-Zhang
Copy link

Bug fix

Fixed bug

In version 1.14, ndt_mapping.cpp rewrite the tf things, but it forgot to compute

    tf_btol = (tl_btol * rot_z_btol * rot_y_btol * rot_x_btol).matrix();
    tf_ltob = tf_btol.inverse();

so it still need to get the previous tf thing and use it to compute tf_ltob and then we will have the output of the transformation matrix

Relate issue:
#58

In version 1.14, ndt_mapping.cpp rewrite the tf things, but it forgot to compute 
```cpp
    tf_btol = (tl_btol * rot_z_btol * rot_y_btol * rot_x_btol).matrix();
    tf_ltob = tf_btol.inverse();
```
so it still need get previous tf thing and use it to compute tf_ltob and then we will have the output of transformation matrix
@Kin-Zhang Kin-Zhang closed this May 18, 2021
@Kin-Zhang Kin-Zhang deleted the patch-1 branch May 18, 2021 02:33
@Kin-Zhang Kin-Zhang restored the patch-1 branch May 18, 2021 02:34
@Kin-Zhang Kin-Zhang deleted the patch-1 branch May 18, 2021 02:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant